This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
QuickTimeGetUsersConnectionSpeed as integer | |||||||||||||||||||||||||
global method, QuickTime | Mo, 15. Jul 2002 | ||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | |||||||||||||||||||||||
Function:
Returns a code for the speed of the line. | |||||||||||||||||||||||||
Example:
msgbox str(QuickTimeGetUsersConnectionSpeed) | |||||||||||||||||||||||||
Notes:
You get these values:
if no rate is set the function returns 2800 for an 28k Modem. | |||||||||||||||||||||||||
QuickTimePoll | |||||||||||||||||||||||||
global method, QuickTime | Mo, 15. Jul 2002 | ||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | |||||||||||||||||||||||
Function:
Gives CPU time to QuickTime to update movies. | |||||||||||||||||||||||||
Notes:
Some people cry about missing performance on playing movies in RB. This function may help there. if you use threads it may be good to call it from time to time. | |||||||||||||||||||||||||
QuickTimePresent as boolean | |||||||||||||||||||||||||
global method, Quicktime | So, 28. Apr 2002 | ||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | |||||||||||||||||||||||
Function:
Returns true if QuickTime is present. | |||||||||||||||||||||||||
QuickTimeSetUsersConnectionSpeed(newspeed as integer) as boolean | |||||||||||||||||||||||||
global method, QuickTime | Mo, 15. Jul 2002 | ||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | |||||||||||||||||||||||
Function:
Sets the connection speed. | |||||||||||||||||||||||||
Notes:
See QuickTimeGetUsersConnectionSpeed for the rate codes. This function returns true if it's successfull. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.